LabelMax Property (ChartAxis<T>)
In This Topic
Gets or sets a value that determines whether the maximum axis value should be always labeled.
Syntax
'Declaration
Public Property LabelMax As System.Boolean
'Usage
Dim instance As ChartAxis(Of T)
Dim value As System.Boolean
instance.LabelMax = value
value = instance.LabelMax
public System.bool LabelMax {get; set;}
public read-write property LabelMax: System.Boolean;
public function get,set LabelMax : System.boolean
public: __property System.bool get_LabelMax();
public: __property void set_LabelMax(
System.bool value
);
public:
property System.bool LabelMax {
System.bool get();
void set ( System.bool value);
}
See Also